home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / windows / games / iconan.exe / ICONANM next >
Text File  |  1988-03-17  |  399b  |  18 lines

  1. # This is a comment
  2. # cp=cl -d -c -AS -Gsw -Od -Zdpe -> FOR SYMDEB
  3.  
  4. cp=cl -d -c -AS -Gsw -Os -Zpe
  5.  
  6. .c.obj:
  7.    $(cp) $*.c
  8.  
  9. iconanm.obj: iconanm.c
  10.  
  11. iconanm.res: iconanm.rc iconanm1.ico iconanm2.ico iconanm3.ico iconanm4.ico
  12.    rc -r iconanm.rc
  13.  
  14. iconanm.exe: iconanm.obj iconanm.res iconanm.def
  15.    link4 iconanm,/al:16,/map/li,slibw/NOE,iconanm.def
  16.    mapsym iconanm
  17.    rc iconanm.res
  18.